home *** CD-ROM | disk | FTP | other *** search
- #ifndef __3DS_H
- #define __3DS_H
-
- #include <objects.h>
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- /* routine for reading 3ds ASCII file into an object */
-
- object *read_3ds_file(char *filename, int print_progress);
-
-
- #ifdef __cplusplus
- }
- #endif
- #endif
-
-
-